# NOTE: This file is not needed if the *.dir file is generated by UVIEW or
#       has the same format as the default UF convention (see below). If it is not, please 
#       use the following 2 steps to define your *.dir file format in this file.
# 
# UF convention *.dir file format
# ---------       -------------       -------------
# Parameter       Column Number       Format String
# ---------       -------------       -------------
# Position              1	            %f
# Treatment             2	            %f
# IC                    3	            %s
# CD                    4	            %f
# Intensity	            5	            %f
# DECL (Sample)	      6	            %f
# INCL (Sample)	      7	            %f
# DECL (Gegraphic)	8	            %f
# INCL (Gegraphic)	9	            %f
# DECL (Bedding)	     10	            %f
# INCL (Bedding)       11	            %f
# SUSC                 12	            %f
# V/M                  13	            %f
# 
# STEP 1: Define the format string of each column in your *.dir file
# Note 1: '%s' indicates a column that is composed of strings;
# Note 2: '%f' indicates a column that is composed of numbers;
# Note 3: all columns in the *.dir file must be defined (either %s or %f);
# 
# STEP 2:Define column number in your *.dir file for the required parameters
# Note 1: for discrete samples, 'Position' column might be replaced by 'Sample' column;
# Note 2: please leave the next line blank and do not modify the above lines.

Format String:	      %f %f %s %f %f %f %f %f %f %f %f %f %f
Position	            1
Treatment	            2
Intensity	            5
DECL (Sample)	      6
INCL (Sample)	      7
DECL (Gegraphic)	      8
INCL (Gegraphic)	      9
DECL (Bedding)	     10
INCL (Bedding)	     11